home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / libgplus.262 / config / msdos / libgpp.sed < prev    next >
Encoding:
Text File  |  1995-01-18  |  485 b   |  26 lines

  1. /^##$/ i\
  2. CFLAGS=-O3 -I. -DHAVE_STRING_H=1 \
  3. CXXFLAGS=-O3 -I. -DHAVE_STRING_H=1 \
  4. RANLIB=ranlib \
  5. AR_FLAGS=rs \
  6. VPATH=.;../../librx \
  7. \
  8. libgpp.a : $(OBJS) ../../libio/*.o \
  9.     $(AR) $(AR_FLAGS) libgpp.a $(OBJS) ../../libio/*.o
  10.  
  11. s/Regex.cc/_Regex.cc/g
  12. s/Regex.h/_Regex.h/g
  13.  
  14. s/Complex.h/_Complex.h/g
  15.  
  16. s/Obstack.h/_Obstack.h/g
  17.  
  18. s/String.h/_String.h/g
  19.  
  20. s/iostreamP.h/iostreaP.h/g
  21.  
  22. s/Filebuf.h/_Filebuf.h/g
  23. s/Filebuf.cc/_Filebuf.cc/g
  24.  
  25. s/REGEX_OBJ=.*$/REGEX_OBJ=rx.o/
  26.